home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / share / utils / syschk / syschk.doc next >
Text File  |  1994-01-03  |  14KB  |  276 lines

  1.  
  2.                                    SYSCHK
  3.  
  4.                    System Checkout for your personal computer
  5.  
  6.                                  Version 2.39
  7.                            Released January 4, 1994
  8.  
  9.                   Copyright 1994 by Advanced Personal Systems
  10.                              All rights reserved.
  11.  
  12.  
  13.  SYSCHK is a program that provides valuable information about devices installed
  14.  in your system. The following are some of the items SYSCHK will search for :
  15.  
  16.         - Computer model type including manufacturer if known
  17.         - Micro Processor including the Intel Pentium(tm)
  18.         - Detection of the older 80386 that had a 32-bit multiply bug
  19.         - Math Coprocessor type
  20.         - Detection of slave 8259 Interrupt controller
  21.         - Presence of a real time clock
  22.         - Presence of a Micro Channel or EISA bus
  23.         - System BIOS including source, date and size
  24.         - A listing of all known BIOS extensions in the system, and the
  25.           size of those BIOS
  26.         - Type of keyboard attached (84 key or 101 key) and keyboard status
  27.         - Type of mouse installed, number of buttons, and interrupt used
  28.         - Number of parallel ports in system and the base addresses
  29.         - Number of serial ports in system, base addresses and parameters of
  30.           the port including IRQ.
  31.         - Type of Serial port UART chip including 16550
  32.         - Various information on a Network connection
  33.         - Hard disk size including tracks, heads, sectors and CMOS type
  34.         - Hard disk controller manufacturer
  35.         - Hard disk partition information
  36.         - Floppy disk size and parameters
  37.         - Video type, chipset, video memory, and BIOS source
  38.         - Amount of environment space used and available
  39.         - Amount of conventional memory total and available
  40.         - Amount of extended memory total and available
  41.         - Amount of expanded memory total and available, version and
  42.           location of page frame
  43.         - Amount of XMS memory
  44.         - Listing of all resident programs and the size of those programs
  45.         - Listing of all non standard device drivers installed
  46.         - Throughput speed of system, taking into account CPU speed and
  47.           wait states
  48.         - Operates under Windows in all modes (SYSCHK.ICO is included
  49.           for your use with Windows).
  50.  
  51. ------------------------------------------------------------------------------
  52. CREATING A CONFIGURATION PRINTOUT
  53. ------------------------------------------------------------------------------
  54.  
  55.    A hardcopy printout or file of your system's information is also available
  56.    as an option.  Standard Output redirection is also available for use in
  57.    batch files by simply adding "/F" as a SysChk parameter.
  58.  
  59.    For example "SYSCHK /f > MyInfo.txt" will create a file called MYINFO.TXT
  60.    or "SYSCHK /f" will display a text file to the console screen.  You may
  61.    print a configuration file from within SYSCHK or enter "SYSCHK /f > lpt1"
  62.    to redirect the file to your LPT1 printer port.
  63.  
  64.    To automatically include the video speed and hard disk speed to your
  65.    configuration file include "/T" to test those devices without any user
  66.    intervention.
  67.  
  68.    If you wish to automatically add any text to the printout, create a file
  69.    called "COMMENTS.TXT" and place it in the same directory as SYSCHK. When you
  70.    printout a configuration sheet SYSCHK will automatically add that text to
  71.    the top of the printout.
  72.  
  73.    If you use the /F parameter and do not wish anything displayed on the
  74.    screen, use the /B option in addition to bypass the onscreen message.
  75.  
  76.    * Network Tip: If you want to obtain a hardware inventory of all your users
  77.      on a network you can load SysChk in the system login script in the form
  78.      #SYSCHK /F > F:\USERHARD\%LOGIN_NAME to store all user's system hardware
  79.      configuration in a report file with their name!
  80.  
  81. ------------------------------------------------------------------------------
  82. COMMAND LINE SWITCH SUMMARY
  83. ------------------------------------------------------------------------------
  84.  
  85.    /F - Redirects all output to Standard Output.  This allows you to
  86.         run SysChk in a batch file and create a configuration report
  87.         or output directly to a printer or the console.  For example,
  88.         to redirect to a file you would enter "SysChk /F > MyInfo.txt".
  89.  
  90.    /B - If you also entered /F for redirection and you need to bypass
  91.         any onscreen copyright messages, enter /F /B to redirect without
  92.         any copyright messages to the screen.
  93.  
  94.    /T - Executes the video and disk speed tests if you also entered
  95.         /F for redirection.  This allows you to include the speed
  96.         ratings in your redirected file.
  97.  
  98.    /S - Disables detection of Hard Disk controllers. On some SCSI host
  99.         adapters, controller detection can cause the SCSI bus to hang.
  100.  
  101.    /V - Disables detection of video card's chipset which can occasionally
  102.         cause the system to hang.
  103.  
  104.    /M - Uses monochrome colors for display.
  105.  
  106.    /R - Creates record file SYSCHK.REC that includes execution trace for
  107.         debugging purposes.
  108.  
  109.    /? - Help Screen.
  110.  
  111.  
  112. ------------------------------------------------------------------------------
  113. SUPPORT
  114. ------------------------------------------------------------------------------
  115.  
  116.    Support questions may be submitted through CompuServe ID [70323,136] or
  117.    through Prodigy FCFN67A.
  118.  
  119. ------------------------------------------------------------------------------
  120. QUESTIONS AND ANSWERS
  121. ------------------------------------------------------------------------------
  122.    1. Why doesn't SysChk always report the I/O IRQ?
  123.  
  124.       Detecting interrupt usage for the parallel and serial ports can often
  125.       cause the system to hang under certain conditions.  Therefore, under
  126.       the Windows DOS shell and OS/2 DOS shell, interrupt detection has been
  127.       disabled.
  128.  
  129.    2. Can I request additional features to be added to SysChk?
  130.  
  131.       If there are other features you would like to have added to SysChk please
  132.       write, E-Mail via CompuServe, or call and I will consider all requests!
  133.  
  134. ------------------------------------------------------------------------------
  135. REVISION HISTORY
  136. ------------------------------------------------------------------------------
  137.  
  138.    0.99 - Prerelease version to public domain, all items on a single page
  139.    2.00 to 2.23 - Various Beta versions released only to Beta users
  140.    2.24 - Official Shareware version first release
  141.    2.30 - Added environment memory information.
  142.           Combined Floppy and Hard drive information on one page.
  143.           Added module on Networks.
  144.           Added chipset information on VGA video cards.
  145.           Added presence detection of DOS 5 in HMA area.
  146.           Added presence of execution under Microsoft Windows.
  147.           Added detection of serial ports not originally found by BIOS.
  148.           Added option to save information to a file in addition to printer.
  149.           Added disk controller manufacturer information.
  150.           Added a few more model byte descriptions.
  151.           Fixed DOS version lower than 3.0 announcement bug.
  152.           Fixed bug with DISK module running with DR DOS 5.0.
  153.    2.31 - Added detection of OAK Technologies Video chipset
  154.    2.32 - Added detection of CPU clock speed
  155.           Added Network information to printer output
  156.           Added dectection of 8514/A
  157.           Added standard output redirection option to the parameter line.
  158.    2.33 - Fixed missing info of mouse and network in redirected output.
  159.           Added some more information on HMA and XMS.
  160.    2.34 - Fixed incorrect info on HMA area.
  161.           Shortend initialization time.
  162.           Changed speed bar to accomodate faster systems.
  163.           Added detection of Logitech and Mouse Systems mice.
  164.           Added detection of ISA or EISA bus type.
  165.           Added detection of MODEM on serial port.
  166.           Added detection of Sound Board.
  167.           Added detection of (some) SCSI Host Adapters. (Test disabled by
  168.                                                          entering Syschk /S)
  169.    2.35   Removed detection of Trident video boards (caused hangup).
  170.           Added Video Speed option.
  171.           Added detection of some S3 video chipsets.
  172.           Added detection of 80386SX CPU.
  173.           Added information on registration through CompuServe.
  174.    2.35a  Fixed problem with Video Speed reporting incorrect speed.
  175.    2.36   Added more partition names.
  176.           Added DOS revision number.
  177.           Added more information for Tseng 4000 video chipset.
  178.           Added the ability to automatically add comments to the printout.
  179.           Removed detection of disk controller under Windows Enhanced mode
  180.                   to prevent conflict with 32-bit Disk Access.
  181.           Added detection of additional installed hard disks.
  182.    2.37   Added average access speed of all hard disks.
  183.    2.38   Added detection of Intel Pentium(tm).
  184.           Added SysChk rating, a combination of other speed tests.
  185.           Added CD-ROM detection and MSCDEX version.
  186.           Added /M switch for monochrome displays.
  187.           Added additional SCSI Host Adapter Controllers and fixed detection
  188.                 problem.
  189.           Added Interrupt info for Serial and Parallel ports.
  190.           Added Maximum Video resolution and colors.
  191.           Added Network Shell version and type of memory used.
  192.           Added /R switch to create trace file SYSCHK.REC for debugging.
  193.    2.39   Added additional menu screens, accessable by left and right arrows.
  194.           Added IRQ active status and owners for all IRQs 0-15.
  195.           Added detecion of Media Vision Pro Audio Spectrum.
  196.           Improved Resident Map information.
  197.           Added Upper Memory Block TSR map.
  198.           Added Environment Variable listings.
  199.           Added Logical Drive information.
  200.           Added CMOS information.
  201.           Added detection of Plug and Play BIOS.
  202.           Added /B option to bypass any screen writes when redirecting output.
  203.           Removed Modem Detection until next version.
  204.           Added detection of PS/2 Mouse without driver.
  205.  
  206. ------------------------------------------------------------------------------
  207. REGISTRATION
  208. ------------------------------------------------------------------------------
  209.  
  210.    The registration fee for this shareware product is $20.00. For the
  211.    $20.00 registration fee you will be sent the next version of SysChk when
  212.    released along with the Advanced Personal System's Deluxe Utility Disk
  213.    with a number of handy utilities including a menu system, an easy to use
  214.    file viewer, a CMOS viewer, and lots more. In addition you will also
  215.    receive a special offer to upgrade to the Windows version of SysChk when
  216.    it is available.
  217.  
  218.    You can now register through CompuServe by entering "GO SWREG" and billing
  219.    your CompuServe account.  The registration ID# is 497.  Or if you like,
  220.    send in your name with a check or money order and your choice of diskette
  221.    size to:
  222.  
  223.                         Advanced Personal Systems
  224.                               105 Serra Way
  225.                                 Suite 418
  226.                            Milpitas, CA. 95035
  227.  
  228.                    (408) 298-3703    FAX (408) 945-0242
  229.  
  230.    Note: California residents please add 8.25% sales tax.
  231.  
  232.    If you are a Systems Integrator or VAR and are interested in providing
  233.    SysChk with your systems, please call for a special low cost licensing
  234.    fee.
  235.  
  236.    Thanks for your registration!
  237.  
  238. ------------------------------------------------------------------------------
  239. ASSOCIATION OF SHAREWARE PROFESSIONALS
  240. ------------------------------------------------------------------------------
  241.  
  242.                     _______
  243.                 ____|__     |               (tm)
  244.              --|       |    |-------------------
  245.                |   ____|__  |  Association of
  246.                |  |       |_|  Shareware
  247.                |__|   o   |    Professionals
  248.              -----|   |   |---------------------
  249.                   |___|___|    MEMBER
  250.  
  251.       This program is produced by a member of the Association of Shareware
  252.       Professionals (ASP). The ASP wants to make sure the shareware
  253.       principle works for you. If you are unable to resolve a
  254.       shareware-related problem with an ASP member by contacting the member
  255.       directly, the ASP may be able to help. The ASP Ombudsman can help you
  256.       resolve a dispute or problem with an ASP member, but does not provide
  257.       technical support for members' products. Please write to the ASP
  258.       Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a Compuserve
  259.       message via Compuserve Mail to ASP Ombudsman 70007,3536.
  260.  
  261. ------------------------------------------------------------------------------
  262. DISCLAIMER - AGREEMENT
  263. ------------------------------------------------------------------------------
  264.  
  265.      Advanced Personal Systems (APS) hereby disclaims all warranties
  266.      relating to this software, whether express or implied, including
  267.      without limitation any implied warranties of merchantability or
  268.      fitness for a particular purpose. APS will not be liable for any
  269.      special, incidental, consequential, indirect or similar damages
  270.      due to loss of data or any other reason, even if APS or an agent
  271.      of APS has been advised of the possibility of such damages.  In
  272.      no event shall APS's liability for any damages ever exceed the
  273.      price paid for the license to use software, regardless of the form
  274.      of the claim.  The person using the software bears all risk as to
  275.      the quality and performance of the software.
  276.